This subsection shows sentences of a fixed length of 20 characters. Everything is analogous to subsection 4.1.1.
select sentence from sentences where sentence like "%." and length(sentence)=20 limit 10;
4.1.1 Shortest sentences
4.1.3 Sentences of fixed length II
4.1.4 Sentences of fixed length III
4.1.5 Longest sentences